﻿2026-08-05T03:21:26.4123906Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-05T03:21:26.4124443Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-05T03:21:26.4124783Z [36;1m$PIN = "0c95435"[0m
2026-08-05T03:21:26.4125109Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-05T03:21:26.4125498Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-05T03:21:26.4126056Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-05T03:21:26.4126651Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-05T03:21:26.4127111Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-05T03:21:26.4127542Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-05T03:21:26.4128136Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-05T03:21:26.4128609Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-05T03:21:26.4129240Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-05T03:21:26.4129939Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-05T03:21:26.4130531Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-05T03:21:26.4131024Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-05T03:21:26.4131734Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-05T03:21:26.4132459Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-05T03:21:26.4132820Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-05T03:21:26.4133142Z [36;1m}[0m
2026-08-05T03:21:26.4133395Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-05T03:21:26.4133956Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-05T03:21:26.4138983Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-05T03:21:26.4139275Z env:
2026-08-05T03:21:26.4139585Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30971976024-1-7a29032d60cd46bfb4772d5394682b6e
2026-08-05T03:21:26.4140068Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30971976024-1-7a29032d60cd46bfb4772d5394682b6e
2026-08-05T03:21:26.4140499Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30971976024-1-7a29032d60cd46bfb4772d5394682b6e
2026-08-05T03:21:26.4140804Z ##[endgroup]
2026-08-05T03:21:27.6740615Z    Compiling proc-macro2 v1.0.106
2026-08-05T03:21:27.6740927Z    Compiling quote v1.0.45
2026-08-05T03:21:27.6741110Z    Compiling unicode-ident v1.0.24
2026-08-05T03:21:27.6741266Z    Compiling cfg-if v1.0.4
2026-08-05T03:21:27.7673542Z    Compiling serde_core v1.0.228
2026-08-05T03:21:27.7994421Z    Compiling serde v1.0.228
2026-08-05T03:21:28.0780342Z    Compiling windows-link v0.2.1
2026-08-05T03:21:28.1831900Z    Compiling typenum v1.20.1
2026-08-05T03:21:28.2372224Z    Compiling windows-sys v0.61.2
2026-08-05T03:21:28.8515892Z    Compiling portable-atomic v1.13.1
2026-08-05T03:21:29.0505566Z    Compiling syn v2.0.117
2026-08-05T03:21:29.7623666Z    Compiling getrandom v0.3.4
2026-08-05T03:21:29.8042352Z    Compiling pin-project-lite v0.2.17
2026-08-05T03:21:29.8729640Z    Compiling version_check v0.9.5
2026-08-05T03:21:30.1197962Z    Compiling critical-section v1.2.0
2026-08-05T03:21:30.1909072Z    Compiling find-msvc-tools v0.1.9
2026-08-05T03:21:30.3494617Z    Compiling jobserver v0.1.34
2026-08-05T03:21:30.5877919Z    Compiling memchr v2.8.1
2026-08-05T03:21:30.9095399Z    Compiling shlex v2.0.1
2026-08-05T03:21:31.0726026Z    Compiling cc v1.2.63
2026-08-05T03:21:31.2549755Z    Compiling subtle v2.6.1
2026-08-05T03:21:31.4223519Z    Compiling equivalent v1.0.2
2026-08-05T03:21:31.5607879Z    Compiling futures-core v0.3.32
2026-08-05T03:21:31.6935836Z    Compiling smallvec v1.15.1
2026-08-05T03:21:31.8698265Z    Compiling generic-array v0.14.7
2026-08-05T03:21:32.1589531Z    Compiling itoa v1.0.18
2026-08-05T03:21:32.4527271Z    Compiling bytes v1.11.1
2026-08-05T03:21:32.6421387Z    Compiling semver v1.0.28
2026-08-05T03:21:32.8841284Z    Compiling rustc_version v0.4.1
2026-08-05T03:21:33.1173187Z    Compiling synstructure v0.13.2
2026-08-05T03:21:33.3047059Z    Compiling serde_derive v1.0.228
2026-08-05T03:21:33.4137333Z    Compiling zeroize_derive v1.4.3
2026-08-05T03:21:33.6205104Z    Compiling stable_deref_trait v1.2.1
2026-08-05T03:21:33.6816283Z    Compiling socket2 v0.6.4
2026-08-05T03:21:33.8312160Z    Compiling zeroize v1.8.2
2026-08-05T03:21:34.0613404Z    Compiling log v0.4.32
2026-08-05T03:21:34.1090715Z    Compiling zerofrom-derive v0.1.7
2026-08-05T03:21:34.1883042Z    Compiling rand_core v0.10.1
2026-08-05T03:21:34.2952028Z    Compiling yoke-derive v0.8.2
2026-08-05T03:21:34.9408475Z    Compiling mio v1.2.1
2026-08-05T03:21:35.0637124Z    Compiling zerofrom v0.1.8
2026-08-05T03:21:35.1097551Z    Compiling crypto-common v0.1.7
2026-08-05T03:21:35.1930566Z    Compiling tokio-macros v2.7.0
2026-08-05T03:21:35.2751658Z    Compiling slab v0.4.12
2026-08-05T03:21:35.3903327Z    Compiling futures-io v0.3.32
2026-08-05T03:21:35.5339706Z    Compiling futures-sink v0.3.32
2026-08-05T03:21:35.6053424Z    Compiling futures-channel v0.3.32
2026-08-05T03:21:35.6679956Z    Compiling tokio v1.52.3
2026-08-05T03:21:35.7254470Z    Compiling yoke v0.8.3
2026-08-05T03:21:35.7657656Z    Compiling futures-macro v0.3.32
2026-08-05T03:21:35.9669448Z    Compiling hashbrown v0.17.1
2026-08-05T03:21:36.2860732Z    Compiling getrandom v0.4.2
2026-08-05T03:21:36.4100147Z    Compiling once_cell v1.21.4
2026-08-05T03:21:36.4780707Z    Compiling rustversion v1.0.22
2026-08-05T03:21:36.5234556Z    Compiling futures-task v0.3.32
2026-08-05T03:21:36.6354862Z    Compiling futures-util v0.3.32
2026-08-05T03:21:36.6578214Z    Compiling indexmap v2.14.0
2026-08-05T03:21:36.8944360Z    Compiling zerovec-derive v0.11.3
2026-08-05T03:21:37.2255599Z    Compiling getrandom v0.2.17
2026-08-05T03:21:37.3279399Z    Compiling cpufeatures v0.2.17
2026-08-05T03:21:37.7442233Z    Compiling zerovec v0.11.6
2026-08-05T03:21:37.9716071Z    Compiling displaydoc v0.2.6
2026-08-05T03:21:38.3689120Z    Compiling hybrid-array v0.4.12
2026-08-05T03:21:38.5720851Z    Compiling fnv v1.0.7
2026-08-05T03:21:38.6446808Z    Compiling libc v0.2.186
2026-08-05T03:21:38.7771534Z    Compiling strsim v0.11.1
2026-08-05T03:21:38.7946157Z    Compiling cfg_aliases v0.2.1
2026-08-05T03:21:38.8547474Z    Compiling crypto-common v0.2.2
2026-08-05T03:21:39.1698435Z    Compiling block-buffer v0.12.0
2026-08-05T03:21:39.1780179Z    Compiling tinystr v0.8.3
2026-08-05T03:21:39.3038776Z    Compiling tracing-core v0.1.36
2026-08-05T03:21:39.4430221Z    Compiling tracing-attributes v0.1.31
2026-08-05T03:21:39.9390404Z    Compiling litemap v0.8.2
2026-08-05T03:21:39.9632982Z    Compiling writeable v0.6.3
2026-08-05T03:21:40.0931362Z    Compiling autocfg v1.5.1
2026-08-05T03:21:40.1291278Z    Compiling icu_locale_core v2.2.0
2026-08-05T03:21:40.4624616Z    Compiling zerotrie v0.2.4
2026-08-05T03:21:40.5547708Z    Compiling tracing v0.1.44
2026-08-05T03:21:40.6983176Z    Compiling potential_utf v0.1.5
2026-08-05T03:21:40.8099795Z    Compiling cmake v0.1.58
2026-08-05T03:21:40.8645097Z    Compiling icu_properties_data v2.2.0
2026-08-05T03:21:41.0429360Z    Compiling icu_normalizer_data v2.2.0
2026-08-05T03:21:41.1316795Z    Compiling utf8_iter v1.0.4
2026-08-05T03:21:41.2110267Z    Compiling ident_case v1.0.1
2026-08-05T03:21:41.2211517Z    Compiling fs_extra v1.3.0
2026-08-05T03:21:41.2448137Z    Compiling dunce v1.0.5
2026-08-05T03:21:41.3542815Z    Compiling icu_collections v2.2.0
2026-08-05T03:21:41.4358685Z    Compiling aws-lc-sys v0.41.0
2026-08-05T03:21:41.5914181Z    Compiling icu_provider v2.2.0
2026-08-05T03:21:41.9087319Z    Compiling tokio-util v0.7.18
2026-08-05T03:21:42.2027498Z    Compiling percent-encoding v2.3.2
2026-08-05T03:21:42.2607177Z    Compiling icu_normalizer v2.2.0
2026-08-05T03:21:42.3665084Z    Compiling icu_properties v2.2.0
2026-08-05T03:21:42.8472051Z    Compiling inout v0.2.2
2026-08-05T03:21:42.9967414Z    Compiling http v1.4.1
2026-08-05T03:21:43.0767268Z    Compiling ring v0.17.14
2026-08-05T03:21:43.4869061Z    Compiling aws-lc-rs v1.17.0
2026-08-05T03:21:43.5257883Z    Compiling thiserror v2.0.18
2026-08-05T03:21:43.7912966Z    Compiling cpufeatures v0.3.0
2026-08-05T03:21:43.8004019Z    Compiling unicode-segmentation v1.13.3
2026-08-05T03:21:43.9484015Z    Compiling idna_adapter v1.2.2
2026-08-05T03:21:44.1569480Z    Compiling cipher v0.5.2
2026-08-05T03:21:44.1587683Z    Compiling thiserror-impl v2.0.18
2026-08-05T03:21:44.3791393Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-05T03:21:44.7893589Z    Compiling scopeguard v1.2.0
2026-08-05T03:21:44.8572998Z    Compiling lock_api v0.4.14
2026-08-05T03:21:45.0195975Z    Compiling chacha20 v0.10.0
2026-08-05T03:21:45.2317164Z    Compiling idna v1.1.0
2026-08-05T03:21:45.3051768Z    Compiling form_urlencoded v1.2.2
2026-08-05T03:21:45.4350736Z    Compiling ipnet v2.12.0
2026-08-05T03:21:45.9217864Z    Compiling rustls-pki-types v1.14.1
2026-08-05T03:21:45.9937296Z    Compiling block-buffer v0.10.4
2026-08-05T03:21:46.0204339Z    Compiling winapi v0.3.9
2026-08-05T03:21:46.0848215Z    Compiling untrusted v0.9.0
2026-08-05T03:21:46.1665823Z    Compiling bitflags v2.12.1
2026-08-05T03:21:46.3787467Z    Compiling digest v0.10.7
2026-08-05T03:21:46.4223299Z    Compiling url v2.5.8
2026-08-05T03:21:46.5740191Z    Compiling rand v0.10.1
2026-08-05T03:21:47.0828508Z    Compiling darling_core v0.20.11
2026-08-05T03:21:47.2450893Z    Compiling num-traits v0.2.19
2026-08-05T03:21:47.4353679Z    Compiling windows-strings v0.5.1
2026-08-05T03:21:47.7262445Z    Compiling windows-result v0.4.1
2026-08-05T03:21:47.9554283Z    Compiling heck v0.5.0
2026-08-05T03:21:48.1170262Z    Compiling rustls v0.23.40
2026-08-05T03:21:48.6453800Z    Compiling convert_case v0.10.0
2026-08-05T03:21:48.8707518Z    Compiling atomic-waker v1.1.2
2026-08-05T03:21:48.9480402Z    Compiling darling_macro v0.20.11
2026-08-05T03:21:48.9511059Z    Compiling anyhow v1.0.102
2026-08-05T03:21:49.1873387Z    Compiling const-oid v0.10.2
2026-08-05T03:21:49.3436256Z    Compiling unicode-xid v0.2.6
2026-08-05T03:21:49.3529353Z    Compiling darling v0.20.11
2026-08-05T03:21:49.4500480Z    Compiling derive_more-impl v2.1.1
2026-08-05T03:21:49.7703305Z    Compiling parking_lot_core v0.9.12
2026-08-05T03:21:49.9624951Z    Compiling zerocopy v0.8.50
2026-08-05T03:21:50.2051911Z    Compiling fastrand v2.4.1
2026-08-05T03:21:50.2942272Z    Compiling httparse v1.10.1
2026-08-05T03:21:51.0476011Z    Compiling derive_builder_core v0.20.2
2026-08-05T03:21:51.4972287Z    Compiling h2 v0.4.14
2026-08-05T03:21:51.8815969Z    Compiling http-body v1.0.1
2026-08-05T03:21:51.9999436Z    Compiling curve25519-dalek v4.1.3
2026-08-05T03:21:52.1570509Z    Compiling derive_more v2.1.1
2026-08-05T03:21:52.2423124Z    Compiling ahash v0.8.12
2026-08-05T03:21:52.4397978Z    Compiling either v1.16.0
2026-08-05T03:21:52.4621458Z    Compiling powerfmt v0.2.0
2026-08-05T03:21:52.6055913Z    Compiling base64ct v1.8.3
2026-08-05T03:21:52.6365848Z    Compiling deranged v0.5.8
2026-08-05T03:21:52.8230621Z    Compiling pem-rfc7468 v1.0.0
2026-08-05T03:21:53.3332259Z    Compiling derive_builder_macro v0.20.2
2026-08-05T03:21:54.1968256Z    Compiling uuid v1.23.2
2026-08-05T03:21:54.6522951Z    Compiling rand_core v0.6.4
2026-08-05T03:21:54.8102516Z    Compiling spez v0.1.2
2026-08-05T03:21:55.5812991Z    Compiling n0-error-macros v0.1.3
2026-08-05T03:21:55.6774363Z    Compiling windows-interface v0.59.3
2026-08-05T03:21:56.4290715Z    Compiling windows-implement v0.60.2
2026-08-05T03:21:56.4292831Z    Compiling vcpkg v0.2.15
2026-08-05T03:21:56.8670787Z    Compiling try-lock v0.2.5
2026-08-05T03:21:56.9488116Z    Compiling tower-service v0.3.3
2026-08-05T03:21:57.0212907Z    Compiling time-core v0.1.8
2026-08-05T03:21:57.0223126Z    Compiling pkg-config v0.3.33
2026-08-05T03:21:57.1462901Z    Compiling num-conv v0.2.2
2026-08-05T03:21:57.1638468Z    Compiling data-encoding v2.11.0
2026-08-05T03:21:57.2653021Z    Compiling tinyvec_macros v0.1.1
2026-08-05T03:21:57.3196848Z    Compiling base64 v0.22.1
2026-08-05T03:21:57.5001656Z    Compiling zmij v1.0.21
2026-08-05T03:21:57.6015535Z    Compiling libsqlite3-sys v0.30.1
2026-08-05T03:21:57.7861881Z    Compiling tinyvec v1.11.0
2026-08-05T03:21:57.9422844Z    Compiling windows-core v0.62.2
2026-08-05T03:21:58.0485731Z    Compiling want v0.3.1
2026-08-05T03:21:58.1697780Z    Compiling n0-error v0.1.3
2026-08-05T03:21:58.5403058Z    Compiling derive_builder v0.20.2
2026-08-05T03:21:58.5903685Z    Compiling parking_lot v0.12.5
2026-08-05T03:21:58.7311621Z    Compiling der v0.8.0-rc.10
2026-08-05T03:21:58.9896831Z    Compiling sha2 v0.10.9
2026-08-05T03:21:59.3353166Z    Compiling n0-future v0.3.2
2026-08-05T03:21:59.4210103Z    Compiling vergen-lib v9.1.0
2026-08-05T03:21:59.6290908Z    Compiling inout v0.1.4
2026-08-05T03:21:59.6375871Z    Compiling pin-project-internal v1.1.13
2026-08-05T03:21:59.7380526Z    Compiling serde_json v1.0.150
2026-08-05T03:21:59.9259639Z    Compiling diatomic-waker v0.2.3
2026-08-05T03:22:00.0545984Z    Compiling spin v0.10.0
2026-08-05T03:22:00.1047003Z    Compiling crossbeam-utils v0.8.21
2026-08-05T03:22:00.1485201Z    Compiling httpdate v1.0.3
2026-08-05T03:22:00.3413605Z    Compiling winnow v1.0.3
2026-08-05T03:22:00.3446983Z    Compiling spt-procident v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-05T03:22:00.6304781Z    Compiling parking v2.2.1
2026-08-05T03:22:00.7505957Z    Compiling signature v2.2.0
2026-08-05T03:22:00.7507933Z    Compiling cordyceps v0.3.4
2026-08-05T03:22:00.8437798Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-05T03:22:00.9519632Z    Compiling futures-buffered v0.2.13
2026-08-05T03:22:01.1432983Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-05T03:22:01.1966185Z    Compiling ed25519 v2.2.3
2026-08-05T03:22:01.2545012Z    Compiling futures-lite v2.6.1
2026-08-05T03:22:01.3370951Z    Compiling pin-project v1.1.13
2026-08-05T03:22:01.5392361Z    Compiling spt-poolguard v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-05T03:22:01.7219128Z    Compiling hyper v1.10.1
2026-08-05T03:22:01.8441379Z    Compiling cipher v0.4.4
2026-08-05T03:22:02.0715866Z    Compiling spki v0.8.0-rc.4
2026-08-05T03:22:02.1911088Z    Compiling hashbrown v0.14.5
2026-08-05T03:22:02.8605921Z    Compiling digest v0.11.3
2026-08-05T03:22:02.9923235Z    Compiling noq-udp v0.10.0
2026-08-05T03:22:03.3606736Z    Compiling vergen v9.1.0
2026-08-05T03:22:03.3931045Z    Compiling vergen-lib v0.1.6
2026-08-05T03:22:03.5953603Z    Compiling universal-hash v0.5.1
2026-08-05T03:22:03.6448987Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-05T03:22:03.6803613Z    Compiling heapless v0.7.17
2026-08-05T03:22:03.8674339Z    Compiling sync_wrapper v1.0.2
2026-08-05T03:22:03.9369187Z    Compiling aho-corasick v1.1.4
2026-08-05T03:22:03.9940951Z    Compiling byteorder v1.5.0
2026-08-05T03:22:04.0101215Z    Compiling regex-syntax v0.8.10
2026-08-05T03:22:04.1260072Z    Compiling allocator-api2 v0.2.21
2026-08-05T03:22:04.3506756Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-05T03:22:04.5200093Z    Compiling opaque-debug v0.3.1
2026-08-05T03:22:04.5744379Z    Compiling polyval v0.6.2
2026-08-05T03:22:04.7428741Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-05T03:22:05.6103324Z    Compiling regex-automata v0.4.14
2026-08-05T03:22:05.9435819Z    Compiling hash32 v0.2.1
2026-08-05T03:22:06.9530859Z    Compiling hyper-util v0.1.20
2026-08-05T03:22:08.1015574Z    Compiling hashlink v0.9.1
2026-08-05T03:22:08.3233734Z    Compiling spt-store v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-05T03:22:08.5089454Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-05T03:22:09.0973156Z    Compiling ed25519-dalek v2.2.0
2026-08-05T03:22:09.2792748Z    Compiling prefix-trie v0.8.4
2026-08-05T03:22:09.3322024Z    Compiling spin v0.9.8
2026-08-05T03:22:09.3358746Z    Compiling futures-executor v0.3.32
2026-08-05T03:22:09.4707640Z    Compiling vergen-gitcl v1.0.8
2026-08-05T03:22:09.5812067Z    Compiling windows-threading v0.2.1
2026-08-05T03:22:09.6817609Z    Compiling ryu v1.0.23
2026-08-05T03:22:09.6948909Z    Compiling fallible-iterator v0.3.0
2026-08-05T03:22:09.7021523Z    Compiling signature v3.0.0
2026-08-05T03:22:09.8207647Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-05T03:22:09.9268893Z    Compiling tower-layer v0.3.3
2026-08-05T03:22:09.9652090Z    Compiling rusqlite v0.32.1
2026-08-05T03:22:10.0455478Z    Compiling ed25519 v3.0.0-rc.4
2026-08-05T03:22:10.4238481Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-05T03:22:10.4376107Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-05T03:22:10.8969774Z    Compiling windows-future v0.3.2
2026-08-05T03:22:11.4207457Z    Compiling futures v0.3.32
2026-08-05T03:22:11.4704805Z    Compiling windows-targets v0.52.6
2026-08-05T03:22:11.5080973Z    Compiling spt-proto v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-05T03:22:11.7302986Z    Compiling regex v1.12.3
2026-08-05T03:22:13.0533822Z    Compiling proc-macro-crate v3.5.0
2026-08-05T03:22:13.5077638Z    Compiling ghash v0.5.1
2026-08-05T03:22:13.6233322Z    Compiling sha2 v0.11.0-rc.5
2026-08-05T03:22:13.9466653Z    Compiling aes v0.8.4
2026-08-05T03:22:13.9750295Z    Compiling ctr v0.9.2
2026-08-05T03:22:14.0990121Z    Compiling windows-numerics v0.3.1
2026-08-05T03:22:14.2472815Z    Compiling windows-collections v0.3.2
2026-08-05T03:22:14.3756753Z    Compiling time v0.3.47
2026-08-05T03:22:14.4538595Z    Compiling http-body-util v0.1.3
2026-08-05T03:22:14.6023888Z    Compiling fs2 v0.4.3
2026-08-05T03:22:14.6422750Z    Compiling cobs v0.3.0
2026-08-05T03:22:14.7793182Z    Compiling aead v0.5.2
2026-08-05T03:22:14.8195356Z    Compiling postcard-derive v0.2.2
2026-08-05T03:22:14.9035454Z    Compiling arrayvec v0.7.6
2026-08-05T03:22:15.0578398Z    Compiling ipconfig v0.3.4
2026-08-05T03:22:15.2315227Z    Compiling utf8parse v0.2.2
2026-08-05T03:22:15.2893698Z    Compiling widestring v1.2.1
2026-08-05T03:22:15.3111179Z    Compiling postcard v1.1.3
2026-08-05T03:22:15.7423358Z    Compiling aes-gcm v0.10.3
2026-08-05T03:22:16.1437926Z    Compiling windows v0.62.2
2026-08-05T03:22:16.2434954Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-05T03:22:16.5081010Z    Compiling num_enum_derive v0.7.6
2026-08-05T03:22:17.2184806Z    Compiling windows-sys v0.59.0
2026-08-05T03:22:18.4978071Z    Compiling data-encoding-macro v0.1.20
2026-08-05T03:22:18.6295779Z    Compiling tower v0.5.3
2026-08-05T03:22:18.9956887Z    Compiling crossbeam-channel v0.5.15
2026-08-05T03:22:19.4006727Z    Compiling crossbeam-epoch v0.9.18
2026-08-05T03:22:19.6684787Z    Compiling chrono v0.4.45
2026-08-05T03:22:21.0327719Z    Compiling strum_macros v0.28.0
2026-08-05T03:22:22.5773877Z    Compiling iroh-metrics-derive v0.4.1
2026-08-05T03:22:23.4337696Z    Compiling windows-registry v0.6.1
2026-08-05T03:22:23.6714013Z    Compiling memoffset v0.6.5
2026-08-05T03:22:23.8598823Z    Compiling noq v0.18.0
2026-08-05T03:22:24.0804892Z    Compiling netwatch v0.16.0
2026-08-05T03:22:24.2968866Z    Compiling enum-assoc v1.3.0
2026-08-05T03:22:24.8677833Z    Compiling async-trait v0.1.89
2026-08-05T03:22:25.1320012Z    Compiling acto v0.8.2
2026-08-05T03:22:25.3678922Z    Compiling blake3 v1.8.5
2026-08-05T03:22:25.6075290Z    Compiling rustc-hash v2.1.2
2026-08-05T03:22:25.6788740Z    Compiling xml-rs v0.8.28
2026-08-05T03:22:25.6953613Z    Compiling mac-addr v0.3.0
2026-08-05T03:22:25.8350170Z    Compiling foldhash v0.2.0
2026-08-05T03:22:25.9598227Z    Compiling identity-hash v0.1.0
2026-08-05T03:22:26.0402650Z    Compiling thiserror v1.0.69
2026-08-05T03:22:26.3040208Z    Compiling lru-slab v0.1.2
2026-08-05T03:22:26.3923127Z    Compiling tagptr v0.2.0
2026-08-05T03:22:26.5122632Z    Compiling ref-cast v1.0.25
2026-08-05T03:22:26.7840164Z    Compiling sorted-index-buffer v0.2.1
2026-08-05T03:22:26.8864655Z    Compiling moka v0.12.15
2026-08-05T03:22:27.1279351Z    Compiling xmltree v0.10.3
2026-08-05T03:22:27.2670018Z    Compiling hashbrown v0.16.1
2026-08-05T03:22:27.5616031Z    Compiling netdev v0.42.0
2026-08-05T03:22:28.3953919Z    Compiling iroh-metrics v0.38.3
2026-08-05T03:22:28.6494266Z    Compiling wmi v0.18.4
2026-08-05T03:22:28.7111298Z    Compiling strum v0.28.0
2026-08-05T03:22:28.9287791Z    Compiling spt-msg v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-05T03:22:29.2946928Z    Compiling tower-http v0.6.11
2026-08-05T03:22:29.6242423Z    Compiling iroh-base v0.98.0
2026-08-05T03:22:29.7979003Z    Compiling num_enum v0.7.6
2026-08-05T03:22:29.9669105Z    Compiling iroh-relay v0.98.0
2026-08-05T03:22:30.0035188Z    Compiling n0-watcher v0.6.1
2026-08-05T03:22:30.0971362Z    Compiling attohttpc v0.30.1
2026-08-05T03:22:30.3316481Z    Compiling simple-dns v0.9.3
2026-08-05T03:22:30.6167363Z    Compiling tokio-stream v0.1.18
2026-08-05T03:22:30.9719569Z    Compiling serial-core v0.4.0
2026-08-05T03:22:31.1201147Z    Compiling serde_spanned v0.6.9
2026-08-05T03:22:31.2109701Z    Compiling toml_datetime v0.6.11
2026-08-05T03:22:31.3614283Z    Compiling thiserror-impl v1.0.69
2026-08-05T03:22:31.4857122Z    Compiling ref-cast-impl v1.0.25
2026-08-05T03:22:31.8599648Z    Compiling serde_derive_internals v0.29.1
2026-08-05T03:22:32.0787469Z    Compiling sha1_smol v1.0.1
2026-08-05T03:22:32.2284652Z    Compiling constant_time_eq v0.4.2
2026-08-05T03:22:32.2504454Z    Compiling arrayref v0.3.9
2026-08-05T03:22:32.3210866Z    Compiling simdutf8 v0.1.5
2026-08-05T03:22:32.3943694Z    Compiling smol_str v0.1.24
2026-08-05T03:22:32.5276681Z    Compiling resolv-conf v0.7.6
2026-08-05T03:22:32.5428972Z    Compiling toml_write v0.1.2
2026-08-05T03:22:32.6016051Z    Compiling winreg v0.10.1
2026-08-05T03:22:32.6927482Z    Compiling winnow v0.7.15
2026-08-05T03:22:32.8027715Z    Compiling schemars_derive v1.2.1
2026-08-05T03:22:33.9077653Z    Compiling toml_edit v0.22.27
2026-08-05T03:22:33.9833712Z    Compiling serial-windows v0.4.0
2026-08-05T03:22:34.0841056Z    Compiling iroh-dns v0.98.0
2026-08-05T03:22:34.4952946Z    Compiling igd-next v0.17.1
2026-08-05T03:22:36.1813525Z    Compiling lru v0.16.4
2026-08-05T03:22:36.3005711Z    Compiling hmac v0.12.1
2026-08-05T03:22:36.3960066Z    Compiling webpki-roots v1.0.7
2026-08-05T03:22:36.6966276Z    Compiling darling_core v0.23.0
2026-08-05T03:22:37.2248386Z    Compiling seize v0.5.1
2026-08-05T03:22:37.5383233Z    Compiling iroh v0.98.2
2026-08-05T03:22:37.7548489Z    Compiling serde_bytes v0.11.19
2026-08-05T03:22:37.9113219Z    Compiling cmov v0.5.4
2026-08-05T03:22:38.0575674Z    Compiling once_cell_polyfill v1.70.2
2026-08-05T03:22:38.1274058Z    Compiling dyn-clone v1.0.20
2026-08-05T03:22:38.1459360Z    Compiling pin-utils v0.1.0
2026-08-05T03:22:38.2220519Z    Compiling lazy_static v1.5.0
2026-08-05T03:22:38.2534411Z    Compiling anstyle v1.0.14
2026-08-05T03:22:38.2917810Z    Compiling bitflags v1.3.2
2026-08-05T03:22:38.3491549Z    Compiling anstyle-wincon v3.0.11
2026-08-05T03:22:38.4060574Z    Compiling nix v0.25.1
2026-08-05T03:22:38.4721807Z    Compiling shared_library v0.1.9
2026-08-05T03:22:38.5558417Z    Compiling schemars v1.2.1
2026-08-05T03:22:38.6702292Z    Compiling ctutils v0.4.2
2026-08-05T03:22:38.6835388Z    Compiling darling_macro v0.23.0
2026-08-05T03:22:38.8807069Z    Compiling papaya v0.2.4
2026-08-05T03:22:38.9666525Z    Compiling hkdf v0.12.4
2026-08-05T03:22:39.0606147Z    Compiling portmapper v0.16.0
2026-08-05T03:22:39.1662578Z    Compiling toml v0.8.23
2026-08-05T03:22:39.8314354Z    Compiling serial v0.4.0
2026-08-05T03:22:39.8987235Z    Compiling filedescriptor v0.8.3
2026-08-05T03:22:40.0654367Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-05T03:22:40.6673437Z    Compiling anstyle-parse v1.0.0
2026-08-05T03:22:40.8321658Z    Compiling backon v1.6.0
2026-08-05T03:22:41.0217846Z    Compiling anstyle-query v1.1.5
2026-08-05T03:22:41.1526136Z    Compiling vte_generate_state_changes v0.1.2
2026-08-05T03:22:41.3661108Z    Compiling downcast-rs v1.2.1
2026-08-05T03:22:41.4522596Z    Compiling foldhash v0.1.5
2026-08-05T03:22:41.5711055Z    Compiling shell-words v1.1.1
2026-08-05T03:22:41.7138792Z    Compiling paste v1.0.15
2026-08-05T03:22:41.9147152Z    Compiling unicode-width v0.2.0
2026-08-05T03:22:42.0966219Z    Compiling instability v0.3.12
2026-08-05T03:22:42.2492962Z    Compiling colorchoice v1.0.5
2026-08-05T03:22:42.3288004Z    Compiling is_terminal_polyfill v1.70.2
2026-08-05T03:22:42.3934172Z    Compiling anstream v1.0.0
2026-08-05T03:22:42.7857941Z    Compiling portable-pty v0.8.1
2026-08-05T03:22:42.7947656Z    Compiling hashbrown v0.15.5
2026-08-05T03:22:43.1855259Z    Compiling vte v0.13.1
2026-08-05T03:22:43.6499370Z    Compiling spt-runtime v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-05T03:22:43.6499934Z    Compiling spake2 v0.4.0
2026-08-05T03:22:43.7419043Z    Compiling darling v0.23.0
2026-08-05T03:22:43.8779684Z    Compiling itertools v0.13.0
2026-08-05T03:22:43.9210742Z    Compiling crossterm_winapi v0.9.1
2026-08-05T03:22:44.2232826Z    Compiling strum_macros v0.26.4
2026-08-05T03:22:44.9256781Z    Compiling sha1 v0.10.6
2026-08-05T03:22:45.1251047Z    Compiling castaway v0.2.4
2026-08-05T03:22:45.2026715Z    Compiling terminal_size v0.4.4
2026-08-05T03:22:45.3095487Z    Compiling doctest-file v1.1.1
2026-08-05T03:22:45.6615612Z    Compiling clap_lex v1.1.0
2026-08-05T03:22:45.6717168Z    Compiling indoc v2.0.7
2026-08-05T03:22:45.8529746Z    Compiling recvmsg v1.0.0
2026-08-05T03:22:45.9876376Z    Compiling unicode-width v0.1.14
2026-08-05T03:22:46.0914495Z    Compiling static_assertions v1.1.0
2026-08-05T03:22:46.1510076Z    Compiling compact_str v0.8.2
2026-08-05T03:22:46.1611870Z    Compiling unicode-truncate v1.1.0
2026-08-05T03:22:46.2553070Z    Compiling interprocess v2.4.2
2026-08-05T03:22:47.1634295Z    Compiling clap_builder v4.6.0
2026-08-05T03:22:47.1907083Z    Compiling strum v0.26.3
2026-08-05T03:22:47.3823581Z    Compiling spt-live v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-05T03:22:48.3944194Z    Compiling crossterm v0.28.1
2026-08-05T03:22:49.2907411Z    Compiling spt-term v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-05T03:22:50.7219732Z    Compiling lru v0.12.5
2026-08-05T03:22:51.1464823Z    Compiling clap_derive v4.6.1
2026-08-05T03:22:51.2962810Z    Compiling error-code v3.3.2
2026-08-05T03:22:51.4025336Z    Compiling cassowary v0.3.0
2026-08-05T03:22:51.6143811Z    Compiling ratatui v0.29.0
2026-08-05T03:22:51.9952889Z    Compiling clipboard-win v5.4.1
2026-08-05T03:22:52.3117252Z    Compiling nucleo-matcher v0.3.1
2026-08-05T03:22:52.4116167Z    Compiling clap v4.6.1
2026-08-05T03:22:52.5751595Z    Compiling qrcode v0.14.1
2026-08-05T03:22:53.1838389Z    Compiling tempfile v3.27.0
2026-08-05T03:22:53.4590104Z    Compiling spt-test-support v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-05T03:23:01.0098826Z    Compiling rustls-webpki v0.103.13
2026-08-05T03:23:03.5115408Z    Compiling tokio-rustls v0.26.4
2026-08-05T03:23:03.5115692Z    Compiling noq-proto v0.17.0
2026-08-05T03:23:03.5115939Z    Compiling rustls-platform-verifier v0.7.0
2026-08-05T03:23:03.7051527Z    Compiling hyper-rustls v0.27.9
2026-08-05T03:23:03.7601990Z    Compiling hickory-net v0.26.0-beta.4
2026-08-05T03:23:03.9338052Z    Compiling reqwest v0.13.4
2026-08-05T03:23:05.5045569Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-05T03:23:08.6560316Z    Compiling tokio-websockets v0.13.2
2026-08-05T03:23:25.5532369Z    Compiling spt-net v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-05T03:23:27.6945736Z    Compiling spt-daemon v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-05T03:23:43.7162088Z    Compiling spt v0.55.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-05T03:23:54.8123718Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s
2026-08-05T03:23:54.8346098Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-1493a896a8446b6b.exe)
2026-08-05T03:23:55.0223957Z 
2026-08-05T03:23:55.0224180Z running 1 test
2026-08-05T03:24:03.3127756Z test new_brain_serves_against_old_broker ... ok
2026-08-05T03:24:03.3128053Z 
2026-08-05T03:24:03.3128294Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.29s
2026-08-05T03:24:03.3128922Z 
